com.justhis.util.exception
Class UtilException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.justhis.util.exception.UtilException
All Implemented Interfaces:
java.io.Serializable

public class UtilException
extends java.lang.Exception

TODO DOCUMENT ME!

Version:
$Revision: 1.1 $
Author:
acai
See Also:
Serialized Form

Constructor Summary
UtilException()
          Creates a new UtilException object.
UtilException(java.lang.String message)
          Creates a new UtilException object.
UtilException(java.lang.String message, java.lang.Throwable cause)
          Creates a new UtilException object.
UtilException(java.lang.Throwable cause)
          Creates a new UtilException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UtilException

public UtilException()
Creates a new UtilException object.


UtilException

public UtilException(java.lang.String message)
Creates a new UtilException object.

Parameters:
message - TODO

UtilException

public UtilException(java.lang.Throwable cause)
Creates a new UtilException object.

Parameters:
cause - TODO

UtilException

public UtilException(java.lang.String message,
                     java.lang.Throwable cause)
Creates a new UtilException object.

Parameters:
message - TODO
cause - TODO


Copyright © 2003 EastNetworks.Net(China)Co.,Ltd.. All Rights Reserved.